Package-level declarations

Types

Link copied to clipboard
class CustomMapTouchListener(context: Context, view: MapView) : DefaultMapViewOnTouchListener

Custom map touch listener that extends DefaultMapViewOnTouchListener to handle tap events on a MapView.

Link copied to clipboard
class CustomSceneTouchListener(view: SceneView) : DefaultSceneViewOnTouchListener

Custom scene touch listener that extends DefaultSceneViewOnTouchListener to handle tap events on a SceneView.

Link copied to clipboard

Interface definition for a callback to be invoked when an error occurs in the location display.

Link copied to clipboard
interface TapListener

Interface definition for a callback to be invoked when a tap event occurs on a map or scene view.

Link copied to clipboard

Interface definition for a callback to be invoked when the viewpoint changes on a map or scene view.